home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
APP
/
S-Z
/
The Regulator.cpt
/
The Regulator source
/
bomb.c
next >
Wrap
Text File
|
1992-06-17
|
141b
|
12 lines
/*
** Bomb
**
** DebugStr describing what failed
*/
Bomb(err, message)
OSErr err;
Str255 message;
{
if (err != noErr)
DebugStr(message);
}